home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / pure_adr.swf / scripts / DefineSprite_244 / frame_3 / DoAction.as
Text File  |  2008-11-12  |  153b  |  14 lines

  1. rand = random("4");
  2. if(rand == "1")
  3. {
  4.    gotoAndPlay(11);
  5. }
  6. if(rand == "2")
  7. {
  8.    gotoAndPlay(29);
  9. }
  10. if(rand == "3")
  11. {
  12.    gotoAndPlay(50);
  13. }
  14.